home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Graphics / KaraCollection / TKC_Docs / Utilities / H / 2 / MakeAssign < prev    next >
Text File  |  1996-09-08  |  896b  |  37 lines

  1. .Key LOGICAL,PATH
  2. .bra {
  3. .ket }
  4.  
  5. Print >RAM:T/KaraCD-IPT/TempLine -n "Assign >NIL: {LOGICAL}"
  6.  
  7. Failat 23
  8.  
  9. Assign >NIL: {LOGICAL} EXISTS
  10. If NOT WARN
  11.   ShowPath >RAM:T/KaraCD-IPT/TempPath -n {LOGICAL}
  12.   If WARN
  13.     SetEnv <RAM:T/KaraCD-IPT/TempPath >NIL: KaraCDLastPath ?
  14.     If "$KaraCDLastPath" EQ "Specified path does not exist"
  15.       Delete >NIL: RAM:T/KaraCD-IPT/TempPath QUIET
  16.     Else
  17.       Print >>RAM:T/KaraCD-IPT/TempPath -n " DEFER"
  18.     EndIf
  19.   EndIf
  20.   If EXISTS RAM:T/KaraCD-IPT/TempPath
  21.     Print >>RAM:T/KaraCD-IPT/TempLine -n " "
  22.     Print >>RAM:T/KaraCD-IPT/TempLine -f RAM:T/KaraCD-IPT/TempPath
  23.   EndIf
  24. EndIf
  25.  
  26. Print >>RAM:T/KaraCD-IPT/TempLine ""
  27.  
  28. Assign >NIL: {LOGICAL} {PATH}
  29. If NOT FAIL
  30.   Execute AddLine
  31. EndIf
  32.  
  33.  
  34. ; Cloanto ® CD-ROM Configuration Scripts
  35. ; Copyright © 1995, 1996 Cloanto Italia srl - All Rights Reserved
  36. ; Cloanto is a registered trademark of Cloanto Italia srl
  37.